Fix generation of accessible description in presence of described by relations
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>
Tue, 14 Sep 2021 12:33:30 +0000 (14:33 +0200)
committerLukáš Tyrychtr <lukastyrychtr@gmail.com>
Tue, 14 Sep 2021 12:33:30 +0000 (14:33 +0200)
commit955d50a08057469c045c2897c2978aba8bf50c97
tree17a83f9f98dce0310f5a55ee271d8ac967a3fafa
parent2a12a3e6d904225a74f82d02c3b6aadbbd453323
Fix generation of accessible description in presence of described by relations

The loop going through the relation list should have stopped on the NULL sentinel value, however it never accesed the next list element.
gtk/gtkatcontext.c